home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 138
/
Volume 138 Aug 19 2011 - Damaged.iso
/
Games
/
the_independent.swf
/
scripts
/
DefineSprite_65_totalSplash
/
frame_1
/
DoAction.as
Wrap
Text File
|
2011-08-19
|
2KB
|
61 lines
stop();
this.dazsubmit.errormsg = "";
this.dazsubmit.servresult = "";
this.dazsubmit.optin = "no";
switch(_global.peopleHit)
{
case 0:
tAdd1 = " an apalling ";
tAdd2 = "With that kind of score I think your only option is to try again...";
break;
case 1:
tAdd1 = " a frankly embarrasing ";
tAdd2 = "Hide your shame by trying again and gaining a respectable score...";
break;
case 2:
tAdd1 = " a cringe-worthy ";
tAdd2 = "Best give it another go...";
break;
case 3:
tAdd1 = " a very low ";
tAdd2 = "Give it another go, let\'s face it you couldn\'t do much worse...";
break;
case 4:
tAdd1 = " a disppointing ";
tAdd2 = "Below average, but you\'ll do better next time...";
break;
case 5:
tAdd1 = " a very average ";
tAdd2 = "Another couple of goes and you\'ll get the other 50%...";
break;
case 6:
tAdd1 = " a slighly above average ";
tAdd2 = "You should be able to get at least 70% next time...";
break;
case 7:
tAdd1 = " a decent ";
tAdd2 = "A good score, but what about the remaining 30%? - have another shot...";
break;
case 8:
tAdd1 = " an impressive ";
tAdd2 = "Your aim is true, but the last 20% is still eluding you...";
break;
case 9:
tAdd1 = " a stunning ";
tAdd2 = "Surely you can\'t relax til you have the full 100%...";
break;
case 10:
tAdd1 = " a staggering ";
tAdd2 = "A performance to match the Independent Compact, well done indeed!";
}
endText1.text = "You managed to reach" + tAdd1 + _global.peopleHit * 10 + "% of your target audience! Your end score is:";
endText2.text = tAdd2;
privacyBT.onRelease = function()
{
_parent.privacyLink();
};
backBT.onRelease = function()
{
_root.sectionStart(8);
};